====== Add new course ======

<form>
action template templates:bureaucracy:new_course courses:@@DeptCode@@@@CourseNum@@:start
static "Admin only. To add a new course enter the following information:"
static "Department code, eg. 'ISCI'"
textbox "DeptCode"
static "Course number, eg. '330A'"
textbox "CourseNum"
textbox "Title (eg. 'Symmetry (Topics)')"
textbox "Credits (eg. '3 Science')"
yesno   "Core ISCI?" ="yes" !"no"
select  "Term" "Summer Term 1|Summer Term 2|Summer, Both terms|Winter Term 1|Winter Term 2|Winter, Both terms"
textbox "Prereqs (eg. '3rd Year Science standing')" !
textbox "Coreqs" !

submit "Add New Course"
</form>

